PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.shadings Package / PDFRadialShading Class / setStartColor Method
The shading start color.
In This Topic
    setStartColor Method
    In This Topic
    Sets the shading start color.
    The startColor and endColor can be set only when the shading uses an exponential function ().
    Syntax
    public void setStartColor( 
       PDFColor startColor
    )

    Parameters

    startColor
    The shading start color.
    Exceptions
    ExceptionDescription
    When the shading start color is null or the shading's function is not a com.o2sol.pdf4java.pdffunctions.PDFExponentialFunction.
    See Also